home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / notes.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  183 b   |  9 lines

  1. on mouseDown
  2.   puppetSprite(13, 1)
  3.   set the castNum of sprite 13 to cast "close.down"
  4.   updateStage()
  5.   puppetSprite(13, 0)
  6.   set the editableText of sprite 3 to 0
  7.   go("close")
  8. end
  9.